Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Conversation

@dependabot-preview
Copy link

Bumps @docusaurus/core from 2.0.0-alpha.50 to 2.0.0-alpha.56.

Release notes

Sourced from @docusaurus/core's releases.

v2.0.0-alpha.56

💥 Breaking Change

  1. If you refers to modules (plugins) in your config file in a string form, you will need to replace them with require.resolve calls, for example:
- plugins: ['@docusaurus/plugin-google-analytics']
+ plugins: [require.resolve('@docusaurus/plugin-google-analytics')]
  1. If you use a non-root base url (not /), then you had to specify it in logo link manually, but now you do not need to do this -- the base url will automatically be added to the logo url.

  • docusaurus-theme-classic
    • #2818 feat(v2): automatically add base url to logo link (@lex111)
  • docusaurus-theme-classic, docusaurus-theme-search-algolia
    • #2791 refactor(v2): show search icon only on mobiles (@lex111)
  • docusaurus

🚀 New Feature

  • docusaurus-types, docusaurus
    • #2770 feat(v2): allow deploy without building website (@lex111)
  • docusaurus-theme-classic
    • #2818 feat(v2): automatically add base url to logo link (@lex111)

🐛 Bug Fix

  • docusaurus-theme-classic
    • #2645 fix(v2): enable scrolling for sidebar menu only (@lex111)
    • #2800 fix(v2): make proper h1 font size on mobiles (@lex111)
  • docusaurus
  • docusaurus-plugin-content-docs
    • #2785 fix(v2): do not show sidebar on reserved docs home page (@lex111)
    • #2777 fix(v2): check for docs homepage correctly (@lex111)

💅 Polish

  • docusaurus-theme-classic
    • #2820 chore(v2): upgrade Infima to 0.2.0-alpha.12 (@lex111)
  • docusaurus-theme-search-algolia
    • #2814 refactor(v2): align search icon to center on mobiles (@lex111)
    • #2799 refactor(v2): increase search input on medium screens (@lex111)
  • docusaurus-init
    • #2802 misc: minor improvements for init templates (@lex111)
  • docusaurus-theme-classic, docusaurus-theme-search-algolia
    • #2791 refactor(v2): show search icon only on mobiles (@lex111)
... (truncated)
Changelog

Sourced from @docusaurus/core's changelog.

2.0.0-alpha.56

💥 Breaking Change

  • docusaurus-theme-classic
    • #2818 feat(v2): automatically add base url to logo link (@lex111)
  • docusaurus-theme-classic, docusaurus-theme-search-algolia
    • #2791 refactor(v2): show search icon only on mobiles (@lex111)
  • docusaurus

🚀 New Feature

  • docusaurus-types, docusaurus
    • #2770 feat(v2): allow deploy without building website (@lex111)
  • docusaurus-theme-classic
    • #2818 feat(v2): automatically add base url to logo link (@lex111)

🐛 Bug Fix

  • docusaurus-theme-classic
    • #2645 fix(v2): enable scrolling for sidebar menu only (@lex111)
    • #2800 fix(v2): make proper h1 font size on mobiles (@lex111)
  • docusaurus
  • docusaurus-plugin-content-docs
    • #2785 fix(v2): do not show sidebar on reserved docs home page (@lex111)
    • #2777 fix(v2): check for docs homepage correctly (@lex111)

💅 Polish

  • docusaurus-theme-classic
    • #2820 chore(v2): upgrade Infima to 0.2.0-alpha.12 (@lex111)
  • docusaurus-theme-search-algolia
    • #2814 refactor(v2): align search icon to center on mobiles (@lex111)
    • #2799 refactor(v2): increase search input on medium screens (@lex111)
  • docusaurus-init
    • #2802 misc: minor improvements for init templates (@lex111)
  • docusaurus-theme-classic, docusaurus-theme-search-algolia
    • #2791 refactor(v2): show search icon only on mobiles (@lex111)
  • docusaurus
    • #2783 refactor(v2): make external links more secure (@lex111)

📝 Documentation

  • #2809 docs(v2): add mention on DocSearch when you run the crawler on your own (@s-pace)

🏠 Internal

  • #2778 fix(v2): do not highlight root docs path in navbar (@lex111)
... (truncated)
Commits
  • d8ebe8b v2.0.0-alpha.56
  • 3cf1a7b chore(v2): v2.0.0-alpha.56 (#2822)
  • 6462e1c chore: ignore /coverage folder (#2821)
  • 9973ae2 refactor(v2): do not use announcement bar hook unnecessarily
  • aaa8423 chore(v2): upgrade Infima to 0.2.0-alpha.12 (#2820)
  • 33b60c6 fix(v2): Consistently use 10.15.1 as the minimum required node version (#2819)
  • 082c621 feat(v2): allow deploy without building website (#2770)
  • 90db536 feat(v2): automatically add base url to logo link (#2818)
  • 2105700 refactor(v2): various tweaks to website (#2816)
  • f23d03b refactor(v2): align search icon to center on mobiles (#2814)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@docusaurus/core](https://github.com/facebook/docusaurus) from 2.0.0-alpha.50 to 2.0.0-alpha.56.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG-2.x.md)
- [Commits](facebook/docusaurus@v2.0.0-alpha.50...v2.0.0-alpha.56)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 1, 2020
@dependabot-preview
Copy link
Author

Superseded by #12.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/docusaurus/core-2.0.0-alpha.56 branch June 22, 2020 10:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

0 participants